Fix standalone build on windows
A previous update mistakenly copy/pasted the Linux toolchain
into the Windows entry.
Change-Id: I571b693c63bfa8f611a11761a6a3ef4b0660c721
diff --git a/tools/install-build-deps b/tools/install-build-deps
index e1e90d8..44cf0b9 100755
--- a/tools/install-build-deps
+++ b/tools/install-build-deps
@@ -126,8 +126,8 @@
'linux', 'x64'),
Dependency(
'buildtools/win/clang.tgz',
- 'https://commondatastorage.googleapis.com/chromium-browser-clang/Linux_x64/clang-llvmorg-14-init-3191-g0e03450a-1.tgz',
- 'dd7479d43ce61401e057a5dee8b7e32bc2bd0d0e15d4f46c6858daf9170c9978',
+ 'https://commondatastorage.googleapis.com/chromium-browser-clang/Win/clang-llvmorg-14-init-3191-g0e03450a-1.tgz',
+ '4292d191742e7120200c63224f02e1f2f2a7be8b57c0f18edf6ca0955bdd43df',
'windows', 'x64'),
]