mirror of https://github.com/google/oss-fuzz.git
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:
parent
97e2bbd234
commit
db59caa2d2
|
@ -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/
|
||||
|
|
Loading…
Reference in New Issue