diff --git a/HowToWriteAClient.md b/HowToWriteAClient.md index 34aa91c..ceb336f 100644 --- a/HowToWriteAClient.md +++ b/HowToWriteAClient.md @@ -61,7 +61,6 @@ def get_tabnine_path(binary_dir): return os.path.join(binary_dir, *args) translation = { - ("linux", "x32"): "i686-unknown-linux-musl/TabNine", ("linux", "x64"): "x86_64-unknown-linux-musl/TabNine", ("osx", "x64"): "x86_64-apple-darwin/TabNine", ("osx", "arm64"): "aarch64-apple-darwin/TabNine", diff --git a/dl_binaries.sh b/dl_binaries.sh index 5e018ca..d86a1f0 100755 --- a/dl_binaries.sh +++ b/dl_binaries.sh @@ -5,7 +5,6 @@ set -e version="$(curl -sS https://update.tabnine.com/bundles/version)" targets='i686-pc-windows-gnu - i686-unknown-linux-musl x86_64-apple-darwin aarch64-apple-darwin x86_64-pc-windows-gnu