diff --git a/docs/nmap-install.xml b/docs/nmap-install.xml
index 8e4462c0d..0669bb5d8 100644
--- a/docs/nmap-install.xml
+++ b/docs/nmap-install.xml
@@ -1313,13 +1313,13 @@ You can work around this problem by installing the as from
GNU binutilsbinutils. (But not
ld; you want to continue using the default
ld.) These instructions were tested on AIX 7.1 with
-binutils-2.21.1a from
+binutils-2.22 from
http://ftp.gnu.org/gnu/binutils.
-$ bzip2 -dc binutils-2.21.1a.tar.bz2 | tar -xvf -
-$ cd binutils-2.21.1
+$ bzip2 -dc binutils-2.22.tar.bz2 | tar -xvf -
+$ cd binutils-2.22
$ ./configure --disable-werror --disable-largefile CFLAGS="-O2 -Wall"
$ gmake
$ cd gas