We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed26f25 commit 1eb66f2Copy full SHA for 1eb66f2
1 file changed
scripts/install_fast_mcljava_linux_mac.sh
@@ -32,9 +32,9 @@ fi
32
java_inc=$1
33
34
(
35
- echo "----- Cloning mcl from git://github.com/herumi/mcl -----"
+ echo "----- Cloning mcl from https://github.com/herumi/mcl.git -----"
36
cd /tmp
37
- git clone git://github.com/herumi/mcl
+ git clone https://github.com/herumi/mcl.git
38
cd mcl
39
git checkout $mcl_version || exit
40
echo "----- Deleting currently installed version of mcl -----"
0 commit comments