Skip to content

Commit

Permalink
.github/workflows/macos.yml: download GMP from ftp.gnu.org.
Browse files Browse the repository at this point in the history
  • Loading branch information
dot-asm committed Dec 3, 2023
1 parent b3dcd8c commit f6b8fd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
shell: bash
run: |
if [ ! -f libft4222/build/libgmp.a ]; then
curl -sSf https://gmplib.org/download/gmp/gmp-6.2.1.tar.xz | tar xf -
curl -sSf https://ftp.gnu.org/gnu/gmp/gmp-6.2.1.tar.xz | tar xf -
cd gmp-6.2.1
make distclean || true
env CFLAGS="-arch arm64" ./configure --disable-shared --host=aarch64-apple-darwin
Expand Down

0 comments on commit f6b8fd6

Please sign in to comment.