Skip to content

Commit

Permalink
switch repo to openmm org
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemhenry committed May 10, 2024
1 parent 8733e67 commit 44c402f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion download_wheels.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

mkdir -p dist
cd dist
list_asset_url="https://api.github.com/repos/isuruf/openmm-wheels/releases/tags/${1}"
list_asset_url="https://api.github.com/repos/openmm/openmm-wheels/releases/tags/${1}"
curl -s $list_asset_url | grep "\"browser_download_url\"" | xargs -i echo {} | cut -b 23- | xargs -i curl -LO {}

0 comments on commit 44c402f

Please sign in to comment.