diff --git a/core/c/jbigi/download_gmp.sh b/core/c/jbigi/download_gmp.sh
index 40828c06c2d462da702aded84e152b4173227108..ffb395e7910b8ef227708f99c60d373d45f7af09 100644
--- a/core/c/jbigi/download_gmp.sh
+++ b/core/c/jbigi/download_gmp.sh
@@ -1,7 +1,7 @@
 #!/bin/sh
 
-export GMP_VER=6.0.0
-export GMP_TARVER=${GMP_VER}a
+export GMP_VER=6.1.2
+export GMP_TARVER=${GMP_VER}
 export GMP_DIR="gmp-$GMP_VER"
 export GMP_TAR="gmp-$GMP_TARVER.tar.bz2"