docs: fix broken Zig download URL in setup-orbstack.md#35
Merged
Conversation
ziglang.org/builds/ is the dev-snapshot path and 404s for release tags. The released 0.15.2 tarball lives under ziglang.org/download/<version>/ (as used in flake.nix). Confirmed with curl -sI during Ubuntu VM setup from a clean install.
chaploud
added a commit
that referenced
this pull request
Apr 15, 2026
Establishes a reference point on main (201d13c, after PRs #32/#33/#35 merged) for comparison against upcoming changes that touch the VM hot path — notably PR #28's cancellation checks in consumeInstructionBudget. Delta vs previous baseline w45-simd-loop-persist (2026-03-26, 1e406db): major speedups in realworld C benchmarks (rw_c_matrix -82%, rw_c_math -69%, rw_cpp_sort -28%) from unrelated interim commits; sub-ms regressions on st_ackermann and st_nestedloop are at-or-below the noise floor and not attributable to PR #32 (its invoke() change adds three null-branch guards with no observable cost when persistent fields are unset, which is the bench configuration).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
ziglang.org/builds/is the dev-snapshot path and 404s for release tags. The released 0.15.2 tarball lives underziglang.org/download/<version>/(same URL used in flake.nix).Discovered during Ubuntu VM setup on a clean-install macOS host.
Test plan