Skip to content

Commit a44c858

Browse files
authored
Upgrade GMP to 6.3.0 for macOS ARM64 compatibility (#4)
1 parent 12de119 commit a44c858

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build_gmp.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ usage()
2525

2626
get_gmp()
2727
{
28-
GMP_NAME=gmp-6.2.1
28+
GMP_NAME=gmp-6.3.0
2929
GMP_ARCHIVE=${GMP_NAME}.tar.xz
3030
GMP_URL=https://ftp.gnu.org/gnu/gmp/${GMP_ARCHIVE}
3131

0 commit comments

Comments
 (0)