diff options
-rw-r--r-- | ci/build_android.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/build_android.sh b/ci/build_android.sh index 650c9808e..04ff64fa7 100644 --- a/ci/build_android.sh +++ b/ci/build_android.sh @@ -4,7 +4,7 @@ grn='\e[0;32m' yel='\e[1;33m' off='\e[0m' -wget -nv -c wget http://dl.google.com/android/repository/android-ndk-r13-linux-x86_64.zip +wget -nv -c http://dl.google.com/android/repository/android-ndk-r13-linux-x86_64.zip unzip -d ~ android-ndk-r13-linux-x86_64.zip # setup var's to perform environment setup and cmake |