Skip to content

Commit 5b4c54a

Browse files
committed
build-all.py - switch to gmp ftpmirror
previous url is inaccessible
1 parent 57d0bee commit 5b4c54a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nix/build-all.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1193,7 +1193,7 @@ def build_dependency(
11931193
[("build/config.h", "HAVE_OBSTACK_VPRINTF 1", "HAVE_OBSTACK_VPRINTF 0")] if "wasm" in flags else []
11941194
),
11951195
# Sometimes ftp.gnu.org is very slow, use ftpmirror.gnu.org as a workaround.
1196-
download_url="https://ftp.gnu.org/gnu/gmp/",
1196+
download_url="https://ftpmirror.gnu.org/gnu/gmp/",
11971197
download_name=f"gmp-{GMP_VERSION}.tar.bz2",
11981198
)
11991199

0 commit comments

Comments
 (0)