Change www.frc971.org to software.frc971.org
Signed-off-by: Maxwell Henderson <maxwell.henderson@mailbox.org>
Change-Id: Ib3445dc10e27afa9b9ef3d4d58af58b5ea7f003d
diff --git a/tools/bazel b/tools/bazel
index 82a86fe..2bfebef 100755
--- a/tools/bazel
+++ b/tools/bazel
@@ -41,7 +41,7 @@
fi
readonly INSTALLER_NAME="bazel_${VERSION}.xz"
-readonly DOWNLOAD_URL="https://www.frc971.org/Build-Dependencies/${INSTALLER_NAME}"
+readonly DOWNLOAD_URL="https://software.frc971.org/Build-Dependencies/${INSTALLER_NAME}"
if [[ ! -d "${VERSION_DIR}" ]]; then
echo "Downloading Bazel version ${VERSION} from ${DOWNLOAD_URL}..." >&2