Skip to content

Commit 6a89c66

Browse files
committed
feat: use universal macos builds in run.sh
1 parent ca97d11 commit 6a89c66

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ redpwnpow challenge
2020
## kCTF
2121

2222
redpwnpow can be used as a drop-in replacement for [kCTF](https://google.github.io/kctf/)'s proof of work solver.
23-
redpwnpow is approximately **10x** faster than kCTF's [Python solver](https://github.com/google/kctf/blob/v1.0/docker-images/challenge/pow.py).
23+
redpwnpow is approximately **10x faster** than kCTF's [Python solver](https://github.com/google/kctf/blob/v1.0/docker-images/challenge/pow.py).
2424

2525
## Go module
2626

cmd/redpwnpow/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ run() {
1313
arm*) release=linux-armv6l;;
1414
*) echo unknown linux architecture >&2; exit 1
1515
esac;;
16-
darwin*) release=darwin-amd64;;
16+
darwin*) release=darwin;;
1717
msys*|mingw*|cygwin*) release=windows-amd64.exe;;
1818
*) echo unknown operating system >&2; exit 1
1919
esac

0 commit comments

Comments
 (0)