Skip to content

Commit

Permalink
[BOLT] Update repo location in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
aaupov committed Jan 13, 2022
1 parent 16877c5 commit 68c393c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bolt/utils/docker/Dockerfile
Expand Up @@ -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 && \
Expand Down

0 comments on commit 68c393c

Please sign in to comment.