diff --git a/lfs-latest-git.php b/lfs-latest-git.php index 4b40bba2b..0eab5e887 100644 --- a/lfs-latest-git.php +++ b/lfs-latest-git.php @@ -64,7 +64,7 @@ function find_even_max( $lines, $regex_match, $regex_replace ) function http_get_file( $url ) { - $url = preg_replace( "/ftp.gnu.org/", "mirrors.ibiblio.org", $url ); + $url = preg_replace( "/ftpmirror.gnu.org/", "mirrors.ibiblio.org/gnu", $url ); if ( preg_match( "/mpfr/", $url ) ) {