Browse Source

Update Appveyor LLVM install link to be current and non-broken

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@318247 91177308-0d34-0410-b5e6-96231b3b80d8
Eric Fiselier 7 years ago
parent
commit
6f8459857e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      appveyor-reqs-install.cmd

+ 1 - 1
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-r303050-win32.exe -FileName llvm-installer.exe
+  appveyor DownloadFile http://prereleases.llvm.org/win-snapshots/LLVM-6.0.0-r316086-win32.exe -FileName llvm-installer.exe
 )
 if "%CLANG_VERSION%"=="ToT" (
     START /WAIT llvm-installer.exe /S /D=C:\"Program Files\LLVM"