Skip to content

Commit

Permalink
AppVeyor: Update Cuda 10 installation URL
Browse files Browse the repository at this point in the history
  • Loading branch information
EwoutH committed May 11, 2020
1 parent d3bbd78 commit d128012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cudaInstallAppveyor.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ set OS_PLATFORM=win10
set CUDA_VERSION=%CUDA_VERSION_MAJOR%.%CUDA_VERSION_MINOR%
set CUDA_VERSION_FULL=%CUDA_VERSION%.%CUDA_VERSION_MICRO%
set CUDA_SDK_FILENAME=cuda_%CUDA_VERSION_FULL%_%DRIVER_VERSION%_%OS_PLATFORM%
set CUDA_SDK_URL=https://developer.nvidia.com/compute/cuda/%CUDA_VERSION%/Prod/local_installers/%CUDA_SDK_FILENAME%.exe
set CUDA_SDK_URL=https://developer.download.nvidia.com/compute/cuda/%CUDA_VERSION%/Prod/local_installers/%CUDA_SDK_FILENAME%.exe

echo Downloading CUDA toolkit %CUDA_VERSION_FULL%
echo -- url: %CUDA_SDK_URL%
Expand Down

0 comments on commit d128012

Please sign in to comment.