diff --git a/.circleci/scripts/windows/install_opencv.ps1 b/.circleci/scripts/windows/install_opencv.ps1 index 2e5cae5f7..4aaabd6e5 100644 --- a/.circleci/scripts/windows/install_opencv.ps1 +++ b/.circleci/scripts/windows/install_opencv.ps1 @@ -1,3 +1,3 @@ -Invoke-WebRequest -Uri https://download.openmmlab.com/mmdeploy/library/opencv-4.5.5.zip -OutFile opencv.zip +Invoke-WebRequest -Uri https://github.com/irexyc/mmdeploy-ci-resource/releases/download/opencv/opencv-win-amd64-4.5.5-vc16.zip -OutFile opencv.zip Expand-Archive opencv.zip . Move-Item opencv-4.5.5 opencv