diff --git a/projects/libsndfile/Dockerfile b/projects/libsndfile/Dockerfile index 849322a35..1a95f1eb0 100644 --- a/projects/libsndfile/Dockerfile +++ b/projects/libsndfile/Dockerfile @@ -16,7 +16,7 @@ FROM gcr.io/oss-fuzz-base/base-builder -RUN git clone --depth 1 https://github.com/erikd/libsndfile.git /src/libsndfile +RUN git clone --depth 1 https://github.com/libsndfile/libsndfile.git /src/libsndfile WORKDIR $SRC/libsndfile COPY build.sh $SRC/