diff --git a/.github/workflows/cmake-win.yml b/.github/workflows/cmake-win.yml index d346b58b8d..72cd6f7d62 100644 --- a/.github/workflows/cmake-win.yml +++ b/.github/workflows/cmake-win.yml @@ -29,7 +29,7 @@ jobs: - name: Download DCMTK Support libraries shell: pwsh run: | - C:\msys64\usr\bin\wget.exe -O dcmtk_support.zip https://dicom.offis.de/download/dcmtk/dcmtk368/support/dcmtk-3.6.8-win64-support-MT-msvc-17.4.zip + C:\msys64\usr\bin\wget.exe -O dcmtk_support.zip https://dicom.offis.de/download/dcmtk/dcmtk368/support/dcmtk-3.6.8-win64-support-MD-msvc-17.4.zip # Uncompress support libraries into directory c:\dcmtk_support\libs. # We rename the original directory to libs so that the rest of the script