Skip to content

Commit 1eb66f2

Browse files
committed
Fixing CI error
1 parent ed26f25 commit 1eb66f2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/install_fast_mcljava_linux_mac.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ fi
3232
java_inc=$1
3333

3434
(
35-
echo "----- Cloning mcl from git://github.com/herumi/mcl -----"
35+
echo "----- Cloning mcl from https://github.com/herumi/mcl.git -----"
3636
cd /tmp
37-
git clone git://github.com/herumi/mcl
37+
git clone https://github.com/herumi/mcl.git
3838
cd mcl
3939
git checkout $mcl_version || exit
4040
echo "----- Deleting currently installed version of mcl -----"

0 commit comments

Comments
 (0)