diff --git a/mingw/Dockerfile b/mingw/Dockerfile
index bddbf56a3c84f75df146098188faea7018060a0b..f394e90f439728fb7bf347fb0b3aa03519a46f30 100644
--- a/mingw/Dockerfile
+++ b/mingw/Dockerfile
@@ -11,7 +11,7 @@ RUN dnf install -y mingw32-gcc zip
 
 RUN dnf clean all
 
-RUN git clone https://git.xiph.org/opusfile.git
+RUN git clone https://gitlab.xiph.org/xiph/opusfile.git
 
 WORKDIR opusfile
 RUN git pull