Skip to content

Commit

Permalink
Change x86_64 to arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
junjihashimoto committed Apr 30, 2024
1 parent addbd19 commit 8d03922
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libtokenizers.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Libtokenizers < Formula
desc "libtokenizers for haskell-bindings"
homepage "https://github.com/hasktorch/tokenizers"
url "https://github.com/hasktorch/tokenizers/releases/download/libtokenizers-v0.1/libtokenizers-macos.zip"
sha256 "a87ec816bdfe8acebca077d1ac51823ed7efb1d309047dbd98345c26d47accea"
url "https://github.com/hasktorch/tokenizers/releases/download/libtokenizers-v0.1/libtokenizers-macos-arm64.zip"
sha256 "4700b99f07b5cc7c11d8d441d4070639222db9db729221afe38286ad8bcc6b98"
license "Apache-2.0"

def install
Expand Down

0 comments on commit 8d03922

Please sign in to comment.