Revert "try acl2 version v0.1.1"

This reverts commit 31786a9180.
This commit is contained in:
damirka 2021-08-24 22:09:32 +03:00
parent 31786a9180
commit e0c2f6470f

View File

@ -37,9 +37,7 @@ jobs:
- name: Pull tgc executable
run: |
mkdir acl2 && cd acl2;
# temporarily changing this line to v0.1.1 instead of latest
# wget $(curl -s https://api.github.com/repos/AleoHQ/leo-acl2-bin/releases/latest \
wget $(curl -s https://api.github.com/repos/AleoHQ/leo-acl2-bin/releases/47557967 \
wget $(curl -s https://api.github.com/repos/AleoHQ/leo-acl2-bin/releases/latest \
| grep "browser_download_url.*.tgz" \
| cut -d : -f 2,3 \
| tr -d \" \