after upgrading Elixir and Erlang 26 with homebrew, installing Phoenix causes a segmentation fault:
$ mix archive.install hex phx_new
Resolving Hex dependencies...
Resolution completed in 0.017s
New:
phx_new 1.7.7
* Getting phx_new (Hex package)
All dependencies are up to date
Compiling 11 files (.ex)
Segmentation fault: 11
How can this be fixed?