DO-NOT-MERGE: Use Arm TuxPub

Change-Id: I42ee5658d2e57a74ee34b320694aef9d160c7fbe
Signed-off-by: Saheer Babu <saheer.babu@arm.com>
diff --git a/utils.sh b/utils.sh
index 46089da..fb288f1 100644
--- a/utils.sh
+++ b/utils.sh
@@ -196,7 +196,7 @@
 	if upon "$jenkins_run"; then
 		if upon "$next_bin"; then
 			date_time="$(date +'%Y-%m-%d-%H%M%S')"
-			echo "https://downloads.trustedfirmware.org/tf-a/next/artifacts/$date_time/$bin_mode/$bin"
+			echo "https://downloads.openci.arm.com/tf-a/next/artifacts/$date_time/$bin_mode/$bin"
 		else
 			echo "$jenkins_url/job/$JOB_NAME/$BUILD_NUMBER/artifact/artefacts/$bin_mode/$bin"
 		fi