bionic-amd64-tf-m-build: Use wget to download ARM Clang

There is an error to download ARM Clang with curl for the time being.
Use wget to download.

Signed-off-by: Xinyu Zhang <xinyu.zhang@arm.com>
Change-Id: I53b4cd7171bfc6a47d34d135864ff90adbf4fe3b
diff --git a/bionic-amd64-tf-m-build/tf-dependencies.install b/bionic-amd64-tf-m-build/tf-dependencies.install
index 1d4279b..948777e 100755
--- a/bionic-amd64-tf-m-build/tf-dependencies.install
+++ b/bionic-amd64-tf-m-build/tf-dependencies.install
@@ -33,7 +33,7 @@
 
 # Install Arm Clang (armclang)
 mkdir -p /tmp/armclang
-curl --create-dirs -fsSLo /tmp/DS500-BN-00026-r5p0-15rel0.tgz \
-  https://developer.arm.com/-/media/Files/downloads/compiler/DS500-BN-00026-r5p0-15rel0.tgz?revision=6a961cf7-1d9a-4664-900b-11d20552dbc7?product=Download%20Arm%20Compiler,64-bit,,Linux,6.13
+wget -O /tmp/DS500-BN-00026-r5p0-15rel0.tgz \
+  -q https://developer.arm.com/-/media/Files/downloads/compiler/DS500-BN-00026-r5p0-15rel0.tgz
 tar -xf /tmp/DS500-BN-00026-r5p0-15rel0.tgz -C /tmp/armclang
 /tmp/armclang/install_x86_64.sh --no-interactive --i-agree-to-the-contained-eula -d ${TOOLS_DIR}