diff options
Diffstat (limited to 'appveyor-reqs-install.cmd')
-rw-r--r-- | appveyor-reqs-install.cmd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor-reqs-install.cmd b/appveyor-reqs-install.cmd index 3a2087af51fe..e5b30cf43f3a 100644 --- a/appveyor-reqs-install.cmd +++ b/appveyor-reqs-install.cmd @@ -9,7 +9,7 @@ cd C:\projects\deps :: Setup Compiler ::########################################################################### if NOT EXIST llvm-installer.exe ( - appveyor DownloadFile http://llvm.org/pre-releases/win-snapshots/LLVM-5.0.0-r301646-win32.exe -FileName llvm-installer.exe + appveyor DownloadFile http://llvm.org/pre-releases/win-snapshots/LLVM-5.0.0-r303050-win32.exe -FileName llvm-installer.exe ) if "%CLANG_VERSION%"=="ToT" ( START /WAIT llvm-installer.exe /S /D=C:\"Program Files\LLVM" |