No external changes

PiperOrigin-RevId: 205743516
diff --git a/.circleci/setup_cache.sh b/.circleci/setup_cache.sh
index 03f6aa9..53462a2 100755
--- a/.circleci/setup_cache.sh
+++ b/.circleci/setup_cache.sh
@@ -1,7 +1,7 @@
 #!/bin/sh
 set -u -e
 
-readonly DOWNLOAD_URL="https://5-116431813-gh.circle-artifacts.com/0/pkg/bazel-remote-proxy-$(uname -s)_$(uname -m)"
+readonly DOWNLOAD_URL="https://6-116431813-gh.circle-artifacts.com/0/pkg/bazel-remote-proxy-$(uname -s)_$(uname -m)"
 
 curl --fail -o ~/bazel-remote-proxy "$DOWNLOAD_URL"
 chmod +x ~/bazel-remote-proxy