Skip to content

Commit

Permalink
Replace http with https in avrlibc URL
Browse files Browse the repository at this point in the history
to fix "406 Client Error: Not Acceptable" on Mac OS X.
  • Loading branch information
reznikmm committed Aug 17, 2024
1 parent 0f16cbb commit 7eed2a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specs/avrlibc.anod
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class AVRLibc(spec("common")):
return [
self.HTTPSSourceBuilder(
name=self.tarball,
url="http://download.savannah.gnu.org/releases/avr-libc/" + self.tarball,
url="https://download.savannah.gnu.org/releases/avr-libc/" + self.tarball,
)
]

Expand Down

0 comments on commit 7eed2a8

Please sign in to comment.