Skip to content

Commit c1d4193

Browse files
authored
Fix link for gpu driver DLLs (#2046)
1 parent f2f085b commit c1d4193

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packaging/windows/internal/cuda_install.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ if not exist "%SRC_DIR%\temp_build\NvToolsExt.7z" (
9797
)
9898

9999
if not exist "%SRC_DIR%\temp_build\gpu_driver_dlls.7z" (
100-
curl -k -L "https://drive.google.com/u/0/uc?id=1injUyo3lnarMgWyRcXqKg4UGnN0ysmuq&export=download" --output "%SRC_DIR%\temp_build\gpu_driver_dlls.7z"
100+
curl -k -L "https://drive.google.com/u/0/uc?id=1injUyo3lnarMgWyRcXqKg4UGnN0ysmuq&export=download" --output "%SRC_DIR%\temp_build\gpu_driver_dlls.zip"
101101
if errorlevel 1 exit /b 1
102102
)
103103

0 commit comments

Comments
 (0)