From f712c7be3464f1dcb2c77c244458ec25db12d907 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Sat, 13 Sep 2025 12:18:24 -0500 Subject: [PATCH] Use a better mirror for gnu packages. --- lfs-latest-git.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs-latest-git.php b/lfs-latest-git.php index 5bcdb1652..eb19d3a1b 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/", "ftpmirror.gnu.org", $url ); + $url = preg_replace( "/ftp.gnu.org/", "mirrors.ibiblio.org", $url ); if ( preg_match( "/mpfr/", $url ) ) {