Skip to content

Commit fe4ad58

Browse files
committed
fix: move all package links to GNU FTP
1 parent 7697e5c commit fe4ad58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/download_packages.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ script_dir=$(dirname "$0")
77
# List of package URLs to download
88
PACKAGE_URLS=(
99
"https://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.17.tar.gz"
10-
"https://gmplib.org/download/gmp/gmp-6.3.0.tar.xz"
11-
"https://www.mpfr.org/mpfr-current/mpfr-4.2.1.tar.xz"
10+
"https://ftp.gnu.org/pub/gnu/gmp/gmp-6.3.0.tar.xz"
11+
"https://ftp.gnu.org/pub/gnu/mpfr/mpfr-4.2.1.tar.xz"
1212
"https://ftp.gnu.org/gnu/gdb/gdb-15.1.tar.xz"
1313
)
1414

0 commit comments

Comments
 (0)