Skip to content

Commit

Permalink
Update TOR: fix macOs
Browse files Browse the repository at this point in the history
  • Loading branch information
xavivars authored Aug 27, 2023
1 parent ac8a53f commit 6bbc4e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def get():

download_data(
version,
url=d['downloads']['osx64']['ALL']['binary'],
url=d['downloads']['macos']['ALL']['binary'],
get_size=True,
os='osx'
),
Expand Down

0 comments on commit 6bbc4e7

Please sign in to comment.