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
diff --git a/appveyor-reqs-install.cmd b/appveyor-reqs-install.cmd
index e5b30cf..43655d5 100644
--- a/appveyor-reqs-install.cmd
+++ b/appveyor-reqs-install.cmd
@@ -9,7 +9,7 @@
 :: 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"