diff --git a/builds/android/build.sh b/builds/android/build.sh index a29f42ec..10270e45 100755 --- a/builds/android/build.sh +++ b/builds/android/build.sh @@ -67,7 +67,7 @@ elif [ $CURVE == "libsodium" ]; then (android_build_verify_so "libsodium.so" &> /dev/null) || { rm -rf "${cache}/libsodium" - (cd "${cache}" && git clone -b stable --depth 1 git://github.com/jedisct1/libsodium.git) || exit 1 + (cd "${cache}" && git clone -b stable --depth 1 https://github.com/jedisct1/libsodium.git) || exit 1 (cd "${cache}/libsodium" && ./autogen.sh \ && ./configure --quiet "${ANDROID_BUILD_OPTS[@]}" --disable-soname-versions \ && make -j 4 \