[BOLT] Update repo location in Dockerfile

This commit is contained in:
Amir Ayupov 2022-01-12 19:06:03 -08:00
parent 16877c5d2c
commit 68c393c9db

View File

@ -11,7 +11,7 @@ RUN apt-get update && \
WORKDIR /home/bolt
RUN git clone --depth 1 https://github.com/facebookincubator/BOLT llvm-project
RUN git clone --depth 1 https://github.com/llvm/llvm-project
RUN mkdir build && \
cd build && \