Index: bootstrap/win/win_tools.bat |
diff --git a/bootstrap/win/win_tools.bat b/bootstrap/win/win_tools.bat |
index f092be4313c7d268fac45dad60ac184cc9f81d99..19ecb51ae01eb8a850e3f230f5951c4779220c94 100644 |
--- a/bootstrap/win/win_tools.bat |
+++ b/bootstrap/win/win_tools.bat |
@@ -73,7 +73,7 @@ if not exist "%WIN_TOOLS_ROOT_DIR%\.git_bleeding_edge" ( |
) |
set GIT_VERSION=%GIT_VERSION%-%OS_BITS% |
-set GIT_FETCH_URL=https://commondatastorage.googleapis.com/chrome-infra/PortableGit-%GIT_VERSION%-bit.7z.exe |
+set GIT_FETCH_URL=https://storage.googleapis.com/chrome-infra/PortableGit-%GIT_VERSION%-bit.7z.exe |
set GIT_DOWNLOAD_PATH=%ZIP_DIR%\git.7z.exe |
set GIT_BIN_DIR=git-%GIT_VERSION%_bin |
set GIT_INST_DIR=%WIN_TOOLS_ROOT_DIR%\%GIT_BIN_DIR% |