Skip to content

Commit

Permalink
fix download url for custom package.
Browse files Browse the repository at this point in the history
  • Loading branch information
Readon committed Oct 24, 2023
1 parent 75c72aa commit a6025dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make-msys2-installer
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ EOF
)

install_custom_packages(){
_url="https://repo.msys2.org/mingw/${MSYSTEM}"
_url="https://github.com/Readon/MINGW-SpinalHDL/releases/download/v0.4.9/"
_cwd="$(`pwd`)"
_tmp="${_cwd}/tmp"
if [ ! -d "${_tmp}" ]; then
Expand Down

0 comments on commit a6025dc

Please sign in to comment.