diff --git a/.github/workflows/cuda/Windows.sh b/.github/workflows/cuda/Windows.sh index 82118f282..0bee4bf53 100644 --- a/.github/workflows/cuda/Windows.sh +++ b/.github/workflows/cuda/Windows.sh @@ -8,7 +8,7 @@ curl -k -L "https://drive.google.com/u/0/uc?id=1injUyo3lnarMgWyRcXqKg4UGnN0ysmuq case ${1} in cu121) CUDA_SHORT=12.1 - CUDA_URL=https://developer.download.nvidia.com/compute/cuda/${CUDA_SHORT}.0/local_installers + CUDA_URL=https://developer.download.nvidia.com/compute/cuda/${CUDA_SHORT}.1/local_installers CUDA_FILE=cuda_${CUDA_SHORT}.1_531.14_windows.exe ;; cu118)