We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7697e5c commit fe4ad58Copy full SHA for fe4ad58
src/download_packages.sh
@@ -7,8 +7,8 @@ script_dir=$(dirname "$0")
7
# List of package URLs to download
8
PACKAGE_URLS=(
9
"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"
+ "https://ftp.gnu.org/pub/gnu/gmp/gmp-6.3.0.tar.xz"
+ "https://ftp.gnu.org/pub/gnu/mpfr/mpfr-4.2.1.tar.xz"
12
"https://ftp.gnu.org/gnu/gdb/gdb-15.1.tar.xz"
13
)
14
0 commit comments