TF: cmake: use the github mirror
We see connection timeout on cmake.org:
curl: (7) Failed to connect to cmake.org port 443: Connection timed out
Try the github mirror instead.
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Change-Id: I438041633c72d83e1f0705de453ac5ee691e7947
diff --git a/bionic-amd64-tf-m-build/tf-dependencies.install b/bionic-amd64-tf-m-build/tf-dependencies.install
index f089b98..95e1d13 100755
--- a/bionic-amd64-tf-m-build/tf-dependencies.install
+++ b/bionic-amd64-tf-m-build/tf-dependencies.install
@@ -13,7 +13,7 @@
# Install CMake
curl --connect-timeout 5 --retry 5 --retry-delay 1 --create-dirs -fsSLo /tmp/cmake-Linux-x86_64.tar.gz \
- https://cmake.org/files/v3.15/cmake-3.15.0-Linux-x86_64.tar.gz
+ https://github.com/Kitware/CMake/releases/download/v3.15.0/cmake-3.15.0-Linux-x86_64.tar.gz
tar -xf /tmp/cmake-Linux-x86_64.tar.gz -C ${TOOLS_DIR} --strip-components=1
# Install Arm GCC toolchain (arm-none-eabi)