We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b94bed1 commit ac92fe7Copy full SHA for ac92fe7
1 file changed
travis/install_agda.sh
@@ -10,7 +10,7 @@ fi
10
mkdir -p $HOME/.agda
11
cp libraries-"$AGDA_VERSION" $HOME/.agda/
12
cd $HOME/.agda/
13
-git clone git@github.com:agda/agda-stdlib/ agda-stdlib-0.18
+git clone https://github.com/agda/agda-stdlib/ agda-stdlib-0.18
14
cd agda-stdlib-0.18
15
git checkout a0bfe7422d2aa0f0f49c9647659ce34e6e741375
16
cd -
0 commit comments