Skip to content

Commit

Permalink
symbiyosys: the default branch was renamed to 'main'
Browse files Browse the repository at this point in the history
  • Loading branch information
umarcor committed May 14, 2024
1 parent 946b177 commit 765ddb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion debian-bookworm/symbiyosys.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ RUN apt-get update -qq \
&& rm -rf /var/lib/apt/lists/*

RUN mkdir /tmp/symbiyosys && cd /tmp/symbiyosys \
&& curl -fsSL https://codeload.github.com/YosysHQ/SymbiYosys/tar.gz/master | tar xzf - --strip-components=1 \
&& curl -fsSL https://codeload.github.com/YosysHQ/SymbiYosys/tar.gz/main | tar xzf - --strip-components=1 \
&& make DESTDIR=/opt/symbiyosys install

#---
Expand Down
2 changes: 1 addition & 1 deletion debian-bullseye/symbiyosys.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ RUN apt-get update -qq \
&& rm -rf /var/lib/apt/lists/*

RUN mkdir /tmp/symbiyosys && cd /tmp/symbiyosys \
&& curl -fsSL https://codeload.github.com/YosysHQ/SymbiYosys/tar.gz/master | tar xzf - --strip-components=1 \
&& curl -fsSL https://codeload.github.com/YosysHQ/SymbiYosys/tar.gz/main | tar xzf - --strip-components=1 \
&& make DESTDIR=/opt/symbiyosys install

#---
Expand Down

0 comments on commit 765ddb7

Please sign in to comment.