Update download URL for InChI library. (#5075)

One of the InChI maintainers contacted me over email to inform us of the
new release, so I'm updating the URL.
This commit is contained in:
Michael Jezierny 2021-01-29 16:18:39 -08:00 committed by GitHub
parent 97e2bbd234
commit db59caa2d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
FROM gcr.io/oss-fuzz-base/base-builder
RUN apt-get update && apt-get install -y wget make unzip git
RUN wget https://www.inchi-trust.org/download/106PR3/INCHI-1-SRC.zip
RUN wget https://www.inchi-trust.org/download/106/INCHI-1-SRC.zip
RUN unzip INCHI-1-SRC.zip
WORKDIR INCHI-1-SRC
COPY build.sh *_fuzzer.c $SRC/