ci: update SCP binaries to v2.14.0

Update the SCP binaries path to the latest SCP release version
v2.14.0

Signed-off-by: Sona Mathew <sonarebecca.mathew@arm.com>
Change-Id: I7d53fdc306549358a052a9c8b02c5c5f8f547a5b
diff --git a/run_config/fvp-fip.tc b/run_config/fvp-fip.tc
index 896fbab..36d1a07 100644
--- a/run_config/fvp-fip.tc
+++ b/run_config/fvp-fip.tc
@@ -11,7 +11,7 @@
 
 	# Use SCP binary from SCP build if it exists, or fetch pre-built ones.
 	if [ ! -f "$archive/scp_ram.bin" ]; then
-		url="$scp_mcp_downloads/tc$plat_variant/platform_variant_0/release/tc$plat_variant-bl2.bin" saveas="scp_ram.bin" fetch_file
+		url="$scp_mcp_downloads/totalcompute/tc$plat_variant/platform_variant_0/release/tc$plat_variant-bl2.bin" saveas="scp_ram.bin" fetch_file
 		archive_file "scp_ram.bin"
 	fi